@gikeren I think the greatest advantage writing multiple fields in a single line provides is just keeping the size of the request smaller. When you multiply the addition of multiple lines for the same timestamp over thousands or tens of thousands of rows, that can quickly add up.
Same data written, but the payload of the write request will be much smaller. Best practice would be to write multiple fields with the same timestamp and tag set in the same line.