These are what we feed to eigen to calculate the eigenvalues and eigenvectors that tell us the magnitude and direction of maximum variance in the original matrices. (What I said at the end of this post was not correct, these are not scaled (i.e. not z-scores).
The values on the diagonal for cov(M) match (pretty closely) what we asked R to give us. The values in the x-vector were rnorm with sd = 1 and the y-vector had sd = 4. The variance is the square of this and matches what was observed (0.98 for x, 15.5 for y). The covariance is almost 0.
For M2, the vector rotated 45°, there is substantial covariance. And after we get the eigenvector for M2 and use it to rotate the M2 matrix to M3, now most of the variance is on the x-axis (1.550837e+01).