In order to allow servers to set their cipher suite preference easier, it's useful to add an equivalent system or security property for SSLParameters.setUseCipherSuitesOrder.
Comments
As of JDK 13 [1], the server side suite order is preferred, so I think this Enhancement is not as essential anymore.
[1] https://bugs.openjdk.java.net/browse/JDK-8168261