Redpower Microblocks have Tile Entities, like furnaces and chests. They don't tick, but they do add extra overhead, and the getTileEntity() call that all the block methods are required to do isn't exactly cheap. Fill a chunk with Furnaces and watch your server keel over. ;)
That said, a lot of...