This will save you time and a lot of memory.
Unless you are sending the data to a server, using client.print(). In that case, every print() sends a packet. Sending fewer packets is faster than sending lots of packets.
There is NO need to use Strings for this. sprintf(), dtostrf() and char arrays were invented for a reason.