Thanks. I did see how to sort the columns in the backend temporality and that is fine. My "bigger" question is how do I sort on the front end.
I've come up with this idea, but no luck working so far. I added a custom field to the "relationship" called "order".
Then on the view I tried sorting by that custom field, but since it's not related to the "movement" type itself, it doesn't register.
Thank you for the patience, this should now be working. The problem was the ordering was on the intermediary post type so I needed to set the view to display the intermediary post type and then retrieve the values from there.