A covering index can be faster than a clustered index. This is especially true if you have a wide table (think large varchar columns).
If you read through the blog, it explains why a covering index is faster, and shows you, through the execution plan, the SQL Server will use a covering index to speed up certain queries.
-George
"The great things about standards is that there are so many to choose from." - Fortune Cookie Wisdom