Ordering (sorting) the relation can be viewed as a parametrized n:m database table. Meaning one (or more) columns would have to be added to the table. So far, Strapi doesn’t support that - although it has been on the roadmap for quite some time. What I personally do is that I have a String attribute called sortRelationName which gets updated accordingly with POST/PATCH/PUT request from the frontend.