Nice and good writing but you might want to rephrase a little bit few of the points:
Maximum size of the client cache is 64 GB but maximum size of SFT file is 4 GB so that's where the limitation of how large an application you can sequence comes from. I'm not entirely sure if you can work-around this limitation with 4.5 dynamic suiting (I guess it should theoretically be possible), but at least for single sequence this limitation holds true.
While technically true, it should be noted that that one shortcut could actually point to local application (like in your very own example of flash for IE) and none of the executables in package (heck, it could be that there's no executable in package in this sort of scenario!).
For services -item, you should note that services that can be started when application starts and shut down when application main executable shuts down can be included in sequence. Only services that run as their own are (like boot-time services do but there are others) not suitable for sequencing since under SoftGrid all application starting happens under user's session context.
br,
Kalle