@WomanCorn Gradient descent and backpropogation are good examples. Prior to them, we were just sampling vectors.
Similarly, lots of stuff in linear algebra liibraries. In particular, stuff which allows you to find things like eigendecompositions, singular values, and other features of linear maps without ever explicitly representing the matrix in its entirety. See the use-cases of Scipy's linear operator.