In inner product spaces of polynomials, what is the point of finding the angle and distance between two polynomials? How does the distance and angle relate back to the polynomial?
in general, orthonormal bases are easier to work with (such as the basis: {1,cos(nx),sin(nx): n in N} used in fourier analysis for signal processing (among other things)), we can focus on the coefficients rather than the basis itself (in particular, the projections of the vectors onto their basis components are easy to calculate). moreover, an orthonormal set of vectors is automatically linearly independent, and forms a basis for its span, and orthogonality (normalizing is just a matter of scale) may be easier to prove than linear independence.
for certain physical systems, orthogonality captures some kinds of symmetry in "eigenstates" (eigenvectors where the vectors themselves are functions representing the state of a system), which again, greatly simplify the complexity of the calculations involved. people DO use this, although not everyone who takes a linear algebra class will have occasion to.
geometry is a powerful way of thinking. it cuts deep. the special orthogonal group in arbitrary dimensions may seem a long way from a simple perpendicular bisector of euclid, but when we abstract, we try to "keep what we have learned". the goal is not to "make things needlessly complicated" but rather the opposite: "to make sense out of a chaotic world".