Hello @Jean_Pierre_Traets!
For what I understand, the filter just checks which rows match the criteria, so for each row in the table you get a true if it matches and false if it doesn’t, then the table just shows all the rows that are true (match the criteria) and hides all the others that came out false.
That’s why you can’t sort the rows from the filter formula.