With audio units you have to add the nodes to a graph like so...
AUGraphAddNode(processingGraph, &mixerUnitDescription, &mixerNode)
AUGraphAddNode(processingGraph, &outputUnitDescription, &outputNode)
Does the order of which node you call this on first change anything? Or is it simple how you CONNECT the nodes that matters?