Well, I rejigged my setup to give myself more space. I'm powering all my non-RoC machines with a single rotational dynamo, including all the MFR farming gear producing stuff for jet fuel.
I did make a minor boob with the placing of my gas turbines though. I need to walk in front of them to get to my extractors ^_^
It'll take me a few minutes to sort that though. My main annoyance I have to solve today is the automation of my Fractionator thingies. Extracting the finished jet fuel is fine, I have a fluid import bus for that, but i'm using precision export buses to insert the ingredients and it keeps putting them in the wrong order and wont update stacks once they are in place. I was thinking maybe factorization routers or logistics pipes would solve that, but i've never used either before...
Why do you think I love Logistics Pipes and why I'm unable to dispense of it. It's made for things like this. Here's a simple setup:
Make an ME interface and set it to export the components for jet fuel production, one stack of each. Make a Logistics Power Junction, set it down at a convenient location near that ME interface, and connect it to a Logistics Pipe, doesn't matter which one. Make sure that there is one pipe connection between your routing system and the power junction at any time. Note that in some versions of LP, the pipe must connect to the side of the junction, not the bottom.
Now for the routing: put a Logistics Provider Pipe on your ME interface, run golden buildcraft pipes to your Fractionation unit, ending with a Logistics Supplier Pipe into its side. Then, open the Supplier Pipe's interface by right-clicking on it with a wrench (I'm using TE's flux-infused omni-wrench). Now you can tell the Supplier exactly how much of any of up to nine different items (up to 127) it should put into the Fractionation unit. I suggest setting it to one stack of each component. The mode switch is set to "Bulk50" by default which means that the Supplier sends a request to any Provider in the system set to provide these items (or all, if not set) whenever half of the required number can be moved in a single request. That means whenever a stack of something is reduced to 31, a new packet of 32 will be requested.
BTW, the LP systems works through tesseracts. You'll just need any non-fluid logistics pipe to connect to each one. One-to-one connections only though.
As for the gas turbine - I wonder if there is anyone who hasn't died around one yet. I got sucked into one because I forgot to set the ECU to 0 before connecting the fuel line...
Edit:
If you expand your LP system later - there are some very annoying kinks in how LP works together with AE. Basically, you can't have two provider pipes exporting the same items connected your ME network, including subnetworks if one is visible from the other. That means if you make your ME network generally visible to the LP system, using export buses to autocraft components to be exported into the LP system results in providing loops and spilled items, even if you use the export buses to autocraft into standard chests. For that reason, I'm using ComputerCraft code to autocraft items I'll need to export into the LP system. Why am I making everything in my ME network accessible for my LP system? Well, among other things, that lets me use the remote orderer to request items from anywhere, including different dimensions, routed through an Ender Pouch. Of course that means I can't connect any other provider pipe to the ME system.