Possible to speed up component transforms?

What I mean is don’t do stuff like this, because it results in the Pure node being called twice:
Nodes.JPG

To my knowledge, using the nativizer doesn’t solve this problem either.

EDIT: This is a bad example because ‘Branch’ is just a macro, but if you have the outputs of a Pure node hooked up to multiple ‘Callable’ nodes, they’ll get called for each callable node.