Many concepts we wish to model on a computer have a natural representation as an N-dimensional array.
On a fundamental level, an N-dimensional array is just a 1-dimensional sequence of memory with fancy indexing code that maps an N-dimensional index into a one-dimensional index.
1 N-dimensional index = N 1-dimensional index