Yeah, depends on the query logic, eg, if I change my WHERE clause to the following:
===============
... snip ...
where s.network = c.os and c.server_id > 10
... snip ...
===============
Then the server_id column is not stored in the worktable, but it is used to filter the records scanned from the servers_cb table.