Should I use FSocket or external networking library?

I was wondering if using an external networking library such as RakNet might be better than using the built in FSocket? I would use it to send large amounts of data to clients, thus the reason why the regular Unreal Engine replication will not be suitable.