yeah - i suppose making a pseudo-luminance lends itself well to a processing style where you enhance the L image as much as possible (pulling out details, sharpening, etc.) and merge that with and RGB image which is not necessarily processed for sharpness but is color noise reduced, etc. sort of like how people sometimes bin their color 2x2 and then use this lower-res image to add color to the L limage.
for a mono camera, juan has described in another thread (some time back) that simply integrating together all the R/G/B subs will create a pseudo-L, and the SNR weighting in ImageIntegration will properly weight the contributions from each filter's image. you can also integrate your R,G,B masters instead of the subs; same effect. for an OSC, to emulate this you'd have to do as described above on your RGB master image.
another technique is to go into RGBWorkingSpace and set your gamma and RGB weights to 1 and apply that to your RGB image, then extract L* from the image. if you don't fix the weights then you've extracted kind of a "perceptual L" image since the RGB weights in an RGB image are intended to match the color response of the human eye... and a CCD camera is different. but don't forget to undo that change on your RGB image before continuing to process it.
as far as PI is concerned, many of the tools can operate on the L* of an RGB image without having to extract it. so in theory there's lots of processes you can do to an RGB image where you are working on the "implicit" L* without having to extract it from the image.
rob