Swapping items order inside a built-in blender collection

Hi, does anyone know if it’s possible to change the order of the items inside a blender built in collections.

For example if I want to change the order of the nla_tracks, but without using an operator like bpy.ops.nla.swap() for that, I would rather doing it on a lower level with python.