Sequence Vs Daisy Chaining

Was just curious when you have a single event update multiple nodes during a single instance. Which way is more efficient, If I wanted something to fire almost simultaneously. And is one way better then another when updating multiple values or does it vary on circumstance?

For example a timeline that updates multiple float values as its running.

Then wouldn’t sequencing be a bit slower just because of the extra node that then has to distribute the sequence? Or no?

Cool good to know, thanks for the info and help.