How do you paginate a sorted collection properly?

Is there a way to paginate a sorted collection properly?

So this is me showing all the prices of the products sorted by the price :

Screenshot from 2022-11-04 09-57-03.png

Then i use the paginate liquid tag :

But this is the result of the very first page, instead of 129600, 151200, 151200, it shows this :

Screenshot from 2022-11-04 09-58-15.png

So is there an answer to this? Thank you for your time.