So this flag tells the SQL Optimizer to collapse subqueries. You need to be careful because this might have side-effects on the query output, especially with COUNT. This is because you might deliberately create subqueries to create COUNT on specific aggregation levels.
I've noticed in later patches of SP06, the SQL Optimizer will do some of this by default.
John