Space for new list and g for grouping.
In 3D graphics, sometimes an object can be rotated around a point other than the origin, and varying objects rotate around different centers of rotations. When all objects are sorted using distance from viewer to origin of object, it can create some glitches. To cope, a prototype is to first group them by centers of rotation, sort the groups, then sort the whole thing.