Because we currently wana implement a extension to tell the server SQF code via socket:
https://github.com/Fankserver/Arma3_RemoteCall
The problem is that the extension opens a listening socket, and if you are running multiple server on one server, the extension will use the same port because I'm unable to find out on which ports the current arma3server process is running.