Should I use the builtin networking for a tactical combat game?

Hello,
We are making a tactical combat game and I was wondering if the builtin networking system is the correct choice for a tactical combat game considering we don’t need, for example, physics on the server side. I’m thinking about using a lightweight networking library instead so our servers will require less resources to run. Is it possible to optimize the server by removing some of the components?