Even if the ISP supports it there is no benefit because there won’t be any server that you can reach with
a MTU above 1500 for every link in the path.
MTU above 1500 can be useful when you have a tunneling type of interface that adds extra headers to
every packet. I.e. VPN, PPPoE, MPLS etc. It can be useful to have a slightly higher MTU so that the payload
can still be 1500 bytes. E.g. with PPPoE the MTU will normally be 1492 or 1488 and by setting the link
MTU slightly higher (with the other end supporting it), the MTU of the PPPoE link can be 1500 again,
reducing fragmentation and difficult-to-debug problems that are due to misconfigured firewalls.
However, don’t see it as a solution for problems caused by saturated links, that you apparently have.