I wonder how hard hexagonal pixel layout would have been to do on a CRT?
Two ways come to mind. If the basic scan line is kept horizontal, then a small vertical modulation on each scan line could result in a hexagonal layout if you timed it right.
Alternatively, if the grid is tilted (so that the basic scan line is diagonal instead of horizontal), then you just have to offset the odd scan lines by half a pixel from the even scan lines.
I think we are just lucky that we ended up with rectangular screens. Imagine if they had went with circular screens. The scan might then easily have been a spiral starting in the center. That's fairly easy to do. It's just a matter of driving the horizontal and vertical deflectors with sine waves with the right phase difference, with a saw tooth amplitude.
From a television point of view, I don't think it really matters which of these you use, as long as the cameras and the displays use the same scan pattern.
From a computer point of view, though, it would have been a lot more painful if CRTs used a spiral scan. For most graphics applications we'd still need to manipulate rectangular areas, and that would be quite annoying in a coordinate system based on a spiral scan.