Currently, when an orderBy clause is pushed down to the Electric DB collection, it does not handle the stringSort and locale options. If these options are used that means that we will get unexpected results from the subsets that are loaded from PG. We need to handle these options properly. cc @samwillis