A headless server can suffer from a lack of entropy, which is a problem given that encryption needs random numbers. In the absence of a hardware random number generator (RNG) the numbers must be generated by software.
And a busy Tor server can consume a lot of those numbers.
Which software RNG is the "best" (i.e. least deterministic) at providing the random numbers needed for secure cryptography on Linux?