Variables int the address space __data resides in the first 256 bytes of memory (the direct page). The HC08 is most efficient at accessing variables (especially pointers) stored here.
Variables in the address space__xdata can reside anywhere in memory. This is the default (generic address space).