Matrix plays an important role in computer science. It is useful in various computer programs, in projecting a three-dimensional image onto a two-dimensional plane.
With matrix multiplication it is easy to project a 3D object to 2D plane, see https://en.wikipedia.org/wiki/3D_projection, which is a basic operation in computer graphics.